* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 "microsoft yahei";
	color: #666;
	font-weight: normal;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a,
a:active,
a:link,
a:visited {
	text-decoration: none
}

a {
	color: #000;
}

input {
	outline: none;
}

img {
	vertical-align: middle;
}

/* @font-face {
	font-family: 'gsmc';
	src: url('sanfranciscodisplay-black-webfont.ttf');
} */


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}

.margin-c {
	width: 1200px;
	margin: auto;
}

.clear::after {
	content: " ";
	display: block;
	clear: both;
}

.index-top {
	height: 40px;
	background-color: #0173f7;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	z-index: 555;
	transition: 0.8s;
}

.index-head {
	height: 100px;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 555;
	border-bottom: 1px solid #eee;
	transition: 0.8s;
}

.index-head>.margin-c {
	position: relative;
	height: 100px;
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
}

.index-nav {
	float: left;
	margin-left: 212px;
}

.index-nav>ul::after {
	content: " ";
	display: block;
	clear: both;
	position: relative;
}

.index-nav>ul>li {
	float: left;
	margin-right: 10px;
	height: 100px;
}

.index-nav>ul>li>a {
	margin-top: 35px;
	color: #333;
	display: block;
	position: relative;
	color: #333333;
	font-size: 16px;
	border-radius: 15px;
	line-height: 30px;
	padding: 0 12px;
	transition: 0.4s;
}

.index-nav>ul>li>a.on {
	color: #fff;
	background-color: #0173f7;
}

.index-nav>ul>li>ul {
	display: none;
	position: fixed;
	top: 140px;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #f5f5f5;
	text-align: center;
	font-size: 0;
}

.index-nav>ul>li>ul>li {
	display: inline-block;
}

.index-nav>ul>li>ul>li>a {
	display: block;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
	line-height: 80px;
}

.index-right {
	float: right;
	width: 220px;
	height: 32px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	margin-top: 34px;
	position: relative;
}

.index-right input {
	width: 100%;
	box-sizing: border-box;
	border: none;
	padding: 0 40px 0 10px;
	font-size: 14px;
	color: #333;
	height: 100%;
}

.index-right a {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 30px;
}

.index-right a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 16px;
	transition: 0.4s;
}

.index-banner {
	margin-top: 140px;
	position: relative;
	overflow: hidden;
}

.index-banner img {
	width: 100%;
}

.index-banner .swiper-pagination {
	height: 15px;
	bottom: 40px !important;
}

.index-banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 7px !important;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	opacity: 1;
}

.index-banner .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}

.index-product {
	overflow: hidden;
}

.index-product-title {
	color: #333333;
	font-size: 30px;
	margin-top: 75px;
	text-align: center;
}

.index-product-title-e {
	color: #aaaaaa;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.index-product-list {
	margin-bottom: 80px;
}

.index-product-item {
	width: 100px;
	height: 450px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
	background-color: #F5FAFF;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(index-product-item.png);
	background-position: bottom 40px center;
	background-size: 36px;
	transition: 0.4s;
}

.index-product-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.index-product-item:nth-last-child(1) {
	margin-right: 0;
}

.index-product-item-title {
	color: #333333;
	font-size: 18px;
	position: absolute;
	width: 1em;
	left: 0;
	right: 0;
	top: 40px;
	line-height: 1.1;
	margin: auto;
	transition: 0.4s;
}

.index-product-item img {
	position: absolute;
	bottom: 165px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 85px;
	transition: 0.4s;
}

.index-product-item.on {
	width: 650px;
	background-color: #fff;
	background-image: none;
}

.index-product-item.on .index-product-item-title {
	text-align: center;
	width: 100%;
	left: 0;
	top: initial;
	bottom: 25px;
	padding: 0 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
}

.index-product-item.on img {
	max-width: 95%;
	bottom: 80px;
	top: 0;
}

.index-qyjj {
	background-image: url(index-qyjj.png);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.index-qyjj-box {
	margin-bottom: 30px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.index-qyjj-left {
	float: left;
	width: 600px;
	height: 360px;
	position: relative;
}

.index-qyjj-left::after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	border: 1px solid #ffffff;
	margin: 7px;
	box-sizing: border-box;
	height: calc(100% - 14px);
	width: calc(100% - 14px);
}

.index-qyjj-left .hd {
	position: absolute;
	bottom: 20px;
	z-index: 666;
	height: 10px;
	font-size: 0;
	width: 100%;
}

.index-qyjj-left .hd ul {
	text-align: center;
}

.index-qyjj-left .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	opacity: 0.3;
	transition: 0.4s;
	cursor: pointer;
	border-radius: 50%;
	background-color: #fff;
}

.index-qyjj-left .hd ul li.on {
	opacity: 1;
}

.index-qyjj-left .bd {
	width: 100%;
}

.index-qyjj-left .bd ul li {
	width: 100%;
}

.index-qyjj-left .bd ul li img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.index-qyjj-right {
	float: right;
	width: 600px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 50px;
	padding-right: 30px;
}

.index-qyjj-title {
	color: #333333;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}

.index-qyjj-text {
	color: #333333;
	font-size: 15px;
	line-height: 1.75;
	height: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.index-qyjj-btn {
	margin-top: 60px;
	display: block;
	width: 130px;
	box-sizing: border-box;
	height: 40px;
	text-align: center;
	border: 1px solid #0173f7;
	border-radius: 20px;
	line-height: 38px;
	color: #0173f7;
	font-size: 15px;
	transition: 0.4s;
}

.index-qyjj-btn span {
	font-family: SimSun;
	font-weight: bold;
}

.index-qyjj-foot {
	margin-bottom: 54px;
}

.index-qyjj-item {
	width: 185px;
	height: 140px;
	position: relative;
	margin-right: 18px;
	float: left;
	text-align: center;
}

.index-qyjj-item::after {
	transition: 0.4s;
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(index-qyjj-foot.png);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	z-index: 1;
}

.index-qyjj-item:nth-last-child(1) {
	margin-right: 0;
}

.index-qyjj-item img {
	width: 40px;
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.4s;
	z-index: 10;
}

.index-qyjj-item .p {
	position: absolute;
	bottom: 30px;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 16px;
	transition: 0.4s;
	z-index: 10;
}

.index-new {
	overflow: hidden;
}

.index-new-top {
	padding: 30px 0 15px;
}

.index-new-left {
	color: #333333;
	float: left;
	font-size: 24px;
}

.index-new-left img {
	width: 22px;
	margin-top: -3px;
	margin-right: 3px;
}

.index-new-left span {
	color: #999999;
	font-size: 16px;
	text-transform: uppercase;
}

.index-new-right {
	float: right;
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
}

.index-new-list {
	margin-bottom: 80px;
}

.index-new-item {
	width: 279px;
	margin-right: 28px;
	float: left;
	position: relative;
}

.index-new-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #0173f7;
	transition: 0.4s;
}

.index-new-item:nth-last-child(1) {
	margin-right: 0;
}

.index-new-img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
}

.index-new-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.index-new-title {
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 55px;
}

.index-new-foot {
	color: #999999;
	font-size: 16px;
	font-family: "Arial";
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

.index-new-foot img {
	margin-right: 3px;
	margin-top: -3px;
}

.index-foot {
	background-color: #0173f7;
	overflow: hidden;
}

.index-foot>.margin-c {
	overflow: hidden;
	padding-bottom: 40px;
}

.index-foot-left {
	float: left;
}

.index-foot1 {
	float: left;
	margin-top: 35px;
}

.foot-logo {
	display: block;
	width: 171px;
	height: 80px;
}

.foot-logo img {
	width: 100%;
}

.index-foot-dz {
	margin-top: 30px;
}

.index-foot-dz-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

.index-foot-dz-title img {
	width: 18px;
	margin-top: -3px;
	margin-right: 3px;
}

.index-foot-dz p {
	color: #ffffff;
	font-size: 15px;
	width: 370px;
}

.index-foot2 {
	float: left;
	margin-left: 125px;
	margin-top: 85px;
}

.index-foot2 p {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.8;
}

.index-foot2 span {
	display: inline-block;
	width: 6em;
	text-align: right;
}

.index-foot3 {
	float: left;
	margin-left: 145px;
	margin-top: 85px;
}

.index-foot3 p {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.8;
}

.index-foot-right {
	float: right;
	margin-top: 85px;
	text-align: center;
}

.index-foot-right img {
	display: block;
	width: 105px;
	height: 105px;
	margin-bottom: 12px;
}

.index-foot-right p {
	color: #fff;
	font-size: 15px;
}

.index-foot-foot {
	border-top: 1px solid #348FF9;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	padding: 18px 0;
}

.index-foot-foot a {
	color: #ffffff;
	font-size: 15px;
}

.inner-banner {
	width: 100%;
	height: auto;
	margin-top: 140px;
	position: relative;
}

.inner-banner>img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 10;
}

.inner-banner-title {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	top: 95px;
	left: 0;
}

.inner-banner-title-e {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	top: 150px;
	left: 0;
	font-family: "Arial";
}

.dddwww {
	color: #666666;
	font-size: 14px;
	line-height: 60px;
}

.dddwww img {
	margin-top: -3px;
	margin-right: 3px;
}

.dddwww a {
	color: #666666;
	font-size: 14px;
}

.index-left {
	float: left;
	width: 280px;
	margin-bottom: 30px;
}

.left-top {
	border: 1px solid #e8e8e8;
	margin-bottom: 30px;
	background-color: #fff;
}

.left-head {
	background-image: url(left-head.png);
	line-height: 120px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 30px;
}

.left-nav {
	margin: 0 20px 20px;
}

.left-nav>ul>li>a {
	display: block;
	border-bottom: 1px dashed #ACD0E7;
	height: 70px;
	line-height: 70px;
	color: #333333;
	font-size: 16px;
	position: relative;
	background-image: url(left-nav.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 15px;
	transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.left-nav>ul>li>a::after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	background-color: #cccccc;
	transition: 0.4s;
}

.left-nav>ul>li>a.on {
	color: #0173f7;
	background-image: url(left-nav-on.png);
}

.left-nav>ul>li>a.on::after {
	background-color: #0173f7;
}

.left-nav>ul>li>ul {
	border-bottom: 1px dashed #ACD0E7;
	padding: 10px 0;
	padding-left: 30px;
}

.left-nav>ul>li>ul>li>a {
	display: block;
	height: 40px;
	line-height: 40px;
	background-image: url(right-jt.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 15px;
}

.left-nav>ul>li>ul>li>a.on {
	color: #0173f7;
	background-image: url(right-jt-on.png);
}

.left-lxfs {
	border: 1px solid #e8e8e8;
	background-color: #fff;
}

.left-lxfs-head {
	background-image: url(left-lxfs-head.png);
	height: 100px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 24px;
	line-height: 100px;
}

.left-lxfs-item {
	margin: 0 20px;
	padding: 12px 0;
	border-bottom: 1px dashed #ACD0E7;
}

.left-lxfs-item:nth-last-child(1) {
	margin-bottom: 20px;
}

.left-lxfs-title {
	color: #666666;
	font-size: 14px;
}

.left-lxfs-title img {
	margin-top: -3px;
	margin-right: 3px;
}

.left-lxfs-item p {
	color: #333;
	font-size: 15px;
}

.right-box {
	float: right;
	width: 880px;
	margin-bottom: 30px;
}

.index-right-top {
	border-bottom: 1px solid #e8e8e8;
	line-height: 70px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

.index-right-top img {
	margin-top: -3px;
	margin-right: 3px;
}

.fuwenben {
	color: #333;
	font-size: 16px;
	line-height: 1.75;
	padding-bottom: 20px;
}

.fuwenben * {
	max-width: 100%;
}

.maskweap {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	z-index: 999;
	display: none;
}

.bigimg {
	position: fixed;
	/* top: 50px; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%;
}

.qyry-item {
	float: left;
	width: 280px;
	margin-right: 20px;
	transition: 0.4s;
	cursor: pointer;
}

.qyry-item:nth-child(3n) {
	margin-right: 0;
}

.qyry-item-img {
	width: 100%;
	height: 212px;
	border: 1px solid #e8e8e8;
	position: relative;
	overflow: hidden;
	transition: 0.4s;
}

.qyry-item-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%;
	transition: 0.4s;
}

.qyry-item p {
	text-align: center;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 15px 0 25px;
	transition: 0.4s;
}

.product-item {
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	transition: 0.4s;
}

.product-item:nth-child(3n) {
	margin-right: 0;
}

.product-item-img {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.product-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.product-item-title {
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.65;
	margin: 10px 20px 15px;
	height: 53px;
}

.product-item-btn {
	border: 1px solid #e8e8e8;
	width: 110px;
	height: 35px;
	box-sizing: border-box;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	transition: 0.4s;
	border-radius: 35px;
	margin-left: 20px;
	margin-bottom: 22px;
}

.product-item-btn span {
	font-family: SimHei;
	font-weight: bold;
}

.F7F7F7 {
	background-color: #F7F7F7;
	overflow: hidden;
}

.product-top {
	background-color: #fff;
	padding: 30px 20px;
}

.product-lb {
	width: 360px;
	height: 282px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	cursor: grab;
	float: left;
}

.product-lb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-lb .swiper-pagination {
	height: 8px;
	bottom: 10px !important;
	font-size: 0;
}

.product-lb .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 6px !important;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.15);
	opacity: 1;
}

.product-lb .swiper-pagination-bullet-active {
	background-color: #0173f7;
}

.product-right {
	float: right;
	width: 440px;
	min-height: 282px;
	position: relative;
}

.product-title {
	color: #333333;
	font-size: 24px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding: 8px 0 12px;
	margin-bottom: 20px;
}

.product-title::after {
	content: " ";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 60px;
	height: 1px;
	background-color: #0173f7;
}

.product-text {
	color: #666666;
	font-size: 16px;
	margin-bottom: 20px;
}

.product-text span {
	color: #333333;
}

.product-zxrx {
	color: #0173f7;
	font-size: 20px;
	margin-bottom: 60px;
}

.product-zxrx span {
	color: #333333;
	font-size: 14px;
}

.product-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 16px;
	background-color: #0173f7;
	border: 1px solid #0173f7;
	transition: 0.4s;
	box-sizing: border-box;
}

.product-info {
	background-color: #fff;
	padding: 0 20px;
	margin-top: 20px;
}

.product-info-title {
	height: 80px;
	line-height: 80px;
	color: #333333;
	font-size: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.product-info-title img {
	margin-right: 3px;
	margin-top: -3px;
}

.product-tj {
	background-color: #fff;
}

.product-tj-title {
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
}

.product-tj-title span {
	display: block;
	text-align: center;
	background-color: #0173f7;
	color: #fff;
	width: 160px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}

.product-tj-list {
	margin: 30px 20px;
}

.product-tj-list .product-item {
	width: 275px;
	margin-right: 20px;
}

.product-tj-list .product-item:nth-last-child(1) {
	margin-right: 0;
}

.marginb0 {
	margin-bottom: 0;
}

.new-item {
	display: block;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

.new-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #0173f7;
	transition: 0.4s;
}

.new-item-img {
	float: left;
	width: 210px;
	height: 140px;
	overflow: hidden;
	margin-right: 30px;
}

.new-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.new-item-info {
	float: left;
	width: 530px;
}

.new-item-title {
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 20px 0;
}

.new-item-text {
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new-item-rq {
	float: right;
	margin: 30px 0;
	width: 80px;
	height: 80px;
	background-color: #f6f6f6;
	transition: 0.4s;
	text-align: center;
	font-family: "Arial";
	color: #666666;
}

.new-item-ri {
	font-size: 24px;
	font-weight: bold;
	margin: 12px 0 -5px;
}

.new-rq-text {
	font-size: 14px;
}

.zp-content .th {
	zoom: 1;
	background: #f5f5f5;
}

.zp-content .th:nth-child(even) {
	background: #fff;
}

.zp-content .th .td {
	background: #f5f5f5;
}

.zp-content .th:nth-child(even) .td {
	background: #fff;
}

.zp-content .th:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.zp-content .th .tr {
	background: #f5f5f5;
	font-size: 15px;
	font-weight: bold;
	float: left;
	color: #333;
	width: calc(100% / 6);
	height: 60px;
	line-height: 60px;
	text-align: center;
	box-sizing: border-box;
}

.zp-content .th .tr:first-child {
	text-align: left;
	padding-left: 30px;
}

.zp-content .th .td-box {
	overflow: hidden;
	position: relative;
	/* height: 60px; */
}

.zp-content .th .td {
	font-size: 15px;
	float: left;
	color: #333;
	width: calc(100% / 6);
	text-align: center;
	padding: 20px;
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
}

.zp-content .th .td:first-child {
	text-align: left;
	padding-left: 30px;
}

.zp-content .th .content {
	border-top: none;
	display: none;
	padding: 30px;
	box-sizing: border-box;
}

.zp-content .th .content .fuwenben {
	color: #333;
	font-size: 15px;
	line-height: 1.75;
	padding-bottom: 20px;
}

.zp-content .th.on .td {
	background-color: #0173f7;
	color: #fff;
}

.zp-content .th.on .td-box {
	background-color: #0173f7;
}

.zp-content .th .td img {
	transition: 0.4s;
	width: 20px;
}

.zp-content .th.on .td img {
	filter: brightness(0) invert(1);
	transform: rotate(180deg);
}

.zp-content .th:nth-child(1) {
	border: none !important;
}

.zp-content .th.on .content {
	border: 1px solid #0173f7;
}

.zp-btn {
	text-align: center;
	border: 1px solid #0173f7;
	background-color: #0173f7;
	color: #fff;
	width: 120px;
	height: 40px;
	border-radius: 20px;
	line-height: 38px;
	box-sizing: border-box;
	font-size: 16px;
	transition: 0.4s;
	cursor: pointer;
}

.zl-text {
	font-size: 15px;
	color: #333333;
	line-height: 1.7;
	margin-bottom: 30px;
}

.jszl-item {
	margin-bottom: 20px;
	height: 90px;
	border: 1px solid #eeeeee;
	padding: 0 20px;
	transition: 0.4s;
}

.jszl-item-img {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
	margin-top: 25px;
}

.jszl-item-img img {
	width: 100%;
	height: 100%;
}

.jszl-item-info {
	float: left;
	width: 670px;
}

.jszl-item-title {
	margin-top: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #000000;
	font-size: 16px;
	margin-bottom: 3px;
}

.jszl-item-text {
	color: #999999;
	font-size: 14px;
}

.jszl-item-btn {
	float: right;
	margin-top: 28px;
	width: 86px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	transition: 0.4s;
	cursor: pointer;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	cursor: pointer;
}

.jszl-item-btn img {
	width: 15px;
	transition: 0.4s;
}

.lxwm-top {
	color: #333333;
	font-size: 20px;
	margin-bottom: 18px;
}

.lxwm-title {
	padding-left: 10px;
	position: relative;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.lxwm-title::after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 14px;
	background-color: #0173f7;
}

.lxwm-text {
	padding-left: 10px;
	margin: 8px 0 20px;
	color: #333333;
	font-size: 16px;
}

.lxwm-map {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	font-size: 0;
}

.lxwm-map img {
	width: 100%;
	height: auto;
}

.zczx-info-title {
	text-align: center;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}

.zczx-info-text {
	color: #999999;
	font-size: 14px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
}

.ss-title {
	line-height: 60px;
	margin-top: 20px;
	color: #333333;
	font-size: 30px;
}

.ss-item {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}

.ss-item-left {
	float: left;
	width: 90%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 16px;
}

.ss-item-right {
	float: right;
	color: #333333;
	font-size: 16px;
}

.ss-item::after {
	content: " ";
	display: block;
	width: 0;
	height: 1px;
	background-color: #0173f7;
	transition: 0.4s;
	position: absolute;
	bottom: 0;
	left: 0;
}


.innerJobDetails-form {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 9999;
	display: none;
}

.innerJobDetails-form-list {
	position: absolute;
	background: #fff;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 832px;
	height: 475px;
	border-radius: 5px;
	padding: 40px 60px;
	box-sizing: border-box;
}

.innerJobDetails-form-list h3 {
	color: #0173f7;
	font-weight: normal;
	margin-bottom: 35px;
	font-size: 28px;
}

.innerJobDetails-form-list img {
	position: absolute;
	right: -40px;
	top: -40px;
	cursor: pointer;
}

.innerJobDetails-form-list form>div {
	margin: 15px 0;
	height: 54px;
}

.innerJobDetails-form-list form>div span {
	float: left;
	font-size: 16px;
	line-height: 50px;
	font-size: 16px;
}

.innerJobDetails-form-list form>div input {
	float: right;
	font-size: 16px;
	border: 1px solid #eee;
	height: 52px;
	line-height: 50px;
	width: 570px;
	padding: 0 20px;
	box-sizing: content-box;
	font-size: 16px;
}

.innerJobDetails-form-list form>div .layui-form-select {
	float: right;
	width: 612px;
}

.innerJobDetails-form-list form>div .layui-form-select .layui-input {
	padding: 0 20px;
}

.innerJobDetails-form-list .layui-btn {
	width: 100%;
	height: 57px;
	border: none;
	background: #0173f7;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 40px;
	font-size: 16px;
}

.innerJobDetails-form-list .singUploader {
	float: right;
	width: 612px;
	margin-right: 0;
}

.innerJobDetails-form-list .singUploader .webuploader-container {
	border: none;
}

.innerJobDetails-form-list .singUploader .webuploader-pick {
	width: 144px;
	height: 54px;
	background: #eee;
	line-height: 54px;
	font-size: 16px;
	font-size: 16px;
}

.innerJobDetails-form-list .layui-form-select dl dd {
	font-size: 16px;
}














.pc-hide {
	display: none;
}

.layui-laypage * {
	margin-right: 10px !important;
	height: 35px !important;
	line-height: 35px !important;
	font-size: 15px !important;
	background-color: #fff !important;
}

.layui-laypage {
	width: 100%;
	text-align: center;
	margin-bottom: 54px !important;
	margin-top: 20px !important;
}

.layui-laypage-curr em:nth-child(2) {
	background-color: initial !important;
}

.layui-laypage-count {
	padding: 0 10px !important;
	border: 1px solid #ddd !important;
}

.layui-laypage-prev {
	border: 1px solid #ddd !important;
}

.layui-laypage a {
	border: 1px solid #ddd !important;
}

.layui-laypage-next {
	border: 1px solid #ddd !important;
}

.layui-laypage-em {
	color: #f4f5ec !important;
	background-color: #0173f7 !important;
}

.layui-laypage .layui-laypage-curr em {
	margin-right: 0 !important;
}

@media only screen and (min-width: 750px) and (max-width:2000px) {
	.layui-laypage a:hover {
		color: #0173f7 !important;
	}
}

@media only screen and (min-width: 750px) and (max-width:20000px) {

	.jszl-item:hover {
		background-color: #f7f7f7;
	}

	.left-nav>ul>li>ul>li>a:hover,
	.qyry-item:hover p,
	.index-new-item:hover .index-new-title,
	.index-new-right:hover,
	.index-nav>ul>li>ul>li>a:hover {
		color: #0173f7;
	}

	.new-item:hover .new-item-rq,
	.left-nav>ul>li>a:hover::after {
		background-color: #0173f7;
	}

	.new-item:hover .new-item-img img,
	.product-item:hover .product-item-img img,
	.qyry-item:hover .qyry-item-img img,
	.index-new-item:hover .index-new-img img {
		transform: scale(1.05);
	}

	.product-item:hover .product-item-btn,
	.product-item:hover,
	.qyry-item:hover .qyry-item-img {
		border: 1px solid #0173f7;
	}

	.index-qyjj-item:hover::after {
		opacity: 1;
	}

	.jszl-item-btn:hover img,
	.index-qyjj-item:hover img {
		filter: brightness(0) invert(1);
	}

	.new-item:hover .new-rq-text,
	.new-item:hover .new-item-ri,
	.index-qyjj-item:hover .p {
		color: #fff;
	}

	.zp-btn:hover,
	.product-btn:hover {
		color: #0173f7;
		background-color: #fff;
	}

	.jszl-item-btn:hover,
	.product-item:hover .product-item-btn,
	.index-nav>ul>li>a:hover,
	.index-qyjj-btn:hover {
		color: #fff;
		background-color: #0173f7;
	}

	.index-right a:hover img {
		transform: rotate(360deg);
	}

	.left-nav>ul>li>a:hover {
		color: #0173f7;
		background-image: url(left-nav-on.png);
	}

	.ss-item:hover::after,
	.new-item:hover::after,
	.index-new-item:hover::after {
		width: 100%;
	}

	.index-foot-foot a:hover,
	.dddwww a:hover {
		text-decoration: underline;
	}

	.ss-item:hover .ss-item-left {
		font-weight: bold;
	}
}

@media only screen and (max-width: 750px) {
	.margin-c {
		width: auto;
		margin: 0 0.25rem;
	}

	.iphone-hide {
		display: none;
	}

	.pc-hide {
		display: block;
	}

	.header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0rem;
		height: 1rem;
		max-width: 750px;
		margin: 0 auto;
		z-index: 9999;
		background: #0173f7;
		/* border-bottom: 0.052vw solid #eee; */
	}

	.header a.log {
		width: auto;
		height: 0.8rem;
		color: #fff;
		position: absolute;
		left: 0.2rem;
		top: 0;
		bottom: 0;
		margin: auto;
		font-size: 0;
		filter: brightness(0) invert(1);
	}

	.header .log img {
		width: auto;
		height: 100%;
		/* position: absolute; */
		/* left: 0; */
		top: 0;
		/* bottom: 0; */
		margin: auto;
		float: left;
	}

	.logo-title {
		float: left;
		/* margin-top: 1.3vw; */
		margin-left: 0.2rem;
		margin-top: -0.1rem;
	}

	.logo-title p {
		color: #fff;
		font-size: 0.28rem;
		font-weight: 400;
		margin-top: 0;
		line-height: 1.4;
	}

	.logo-title p:nth-child(2) {
		font-size: 0.28rem;
	}

	.icon {
		float: right;
		width: 0.5rem;
		height: 0.5rem;
		background: url("nav.png") no-repeat center;
		background-size: 100%;
		position: absolute;
		right: 0.25rem;
		top: 0.21rem;
	}

	.menu_list_bor {
		position: fixed;
		height: 100%;
		width: 100%;
		right: -100%;
		top: 0;
		z-index: 9999;
	}

	.colse_menu {
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 999;
	}

	.menu_right {
		width: 70%;
		position: absolute;
		height: 100%;
		right: 0;
		top: 0;
		background: #fff;
		z-index: 9999;
		overflow-x: hidden;
	}

	.menu_top {
		width: 100%;
		height: 1rem;
		border-bottom: 0.052vw solid #bbbbbb;
	}

	.clo {
		line-height: 1rem;
		color: #333;
		font-size: 0.3rem;
		width: 1.8rem;
		margin-left: 0.3rem;
		height: 1rem;
		background-size: auto 0.25rem;
		padding-left: 0.35rem;
		float: left;
		margin-right: 0.6rem;
	}

	.menu_list {
		width: 100%;
	}

	.clo b {
		float: left;
		height: 100%;
		width: 20px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		background: url('fl.png') no-repeat right center;
		background-size: 40%;
	}

	.clo span {
		display: inline-block;
		line-height: 0.8rem;
		margin-left: 0.1rem;
	}

	.menu_top>a {
		float: left;
		padding: 0 0.25rem;
		height: 1rem;
		color: #333333;
		font-size: 0.3rem;
		text-align: center;
		line-height: 1rem;
	}

	.menu_list ul {
		display: block;
		width: 100%;
		vertical-align: top;
	}

	.menu_list>ul>li,
	.menu_list>ul>li>ul>li {
		line-height: 0.8rem;
		*height: 0.8rem;
		position: relative;
		border-bottom: 0.052vw solid #e9e9e9;
	}

	.menu_list>ul>li>ul {
		display: none;
	}

	.menu_list>ul>li>a,
	.menu_list>ul>li>ul>li>a {
		line-height: 0.8rem;
		*height: 0.8rem;
		color: #333;
		font-size: 0.24rem;
		display: inline-block;
		padding-left: 0.65rem;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-right: 0.6rem;
	}

	.menu_list>ul>li>ul>li {
		border: 0;
		border-top: 0.052vw solid #e9e9e9;
		padding-left: 0.3rem;
	}

	.menu_list>ul>li>ul>li>a {
		color: #575757;
	}

	.menu_list>ul>li>b,
	.menu_list>ul>li>ul>li b {
		position: absolute;
		display: block;
		width: 20%;
		height: 0.8rem;
		right: 0;
		top: 0;
		background: url('fl.png') no-repeat center;
		background-size: 18%;
	}

	.menu_list>ul>li>ul>li li {
		border-top: 0.052vw solid #e9e9e9;
		position: relative;
		display: block;
	}

	.menu_list>ul>li>ul>li li a {
		padding-left: 1rem;
		color: #333;
		font-size: 0.24rem;
		display: block;
		line-height: 0.8rem;
		height: 0.8rem;
		vertical-align: middle;
		white-space: nowrap;
		box-sizing: border-box;
		padding-right: 0.8rem;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.menu_list>ul>li>b.nex,
	.menu_list>ul>li>ul>li b.nex {
		background: url('nex.png') no-repeat center;
		background-size: 30%;
	}

	.menu_list>ul>li {
		line-height: 0.8rem;
	}

	.index-banner {
		margin-top: 1rem;
	}

	.pc-hide {
		display: block;
	}

	.iphone-hide {
		display: none !important;
	}

	/* 分割 */
	.index-banner {
		height: 4rem;
	}

	.index-banner .swiper-slide img {
		height: 4rem;
		object-fit: cover;
	}

	.index-banner .swiper-pagination {
		height: 0.2rem;
		bottom: 0.35rem !important;
	}

	.index-banner .swiper-pagination-bullet {
		width: 0.2rem;
		height: 0.2rem;
		margin: 0 0.15rem !important;
	}

	.index-product-title {
		font-size: 0.42rem;
		margin-top: 0.5rem;
	}

	.index-product-title-e {
		font-size: 0.32rem;
		margin-bottom: 0.35rem;
	}

	.index-product-item.on {
		width: 48%;
		float: left;
	}

	.index-product-item:nth-child(2n) {
		float: right;
	}

	.index-product-item {
		height: 3rem;
		border: 1px solid #e5e5e5;
		margin-right: 0;
		background-size: 0.32rem;
		margin-bottom: 0.25rem;
	}

	.index-product-item.on .index-product-item-title {
		width: 100%;
		left: 0;
		top: initial;
		bottom: 0;
		padding: 0 0.25rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
	}

	.index-product-item.on img {
		max-width: 95%;
		max-height: 2rem;
		bottom: 0.8rem;
		top: 0;
	}

	.index-qyjj-left {
		width: 100%;
		height: auto;
	}

	.index-qyjj-left .bd ul li img {
		height: 4.2rem;
	}

	.index-qyjj-right {
		width: 100%;
		padding: 0.35rem;
		padding-right: 0.35rem;
	}

	.index-qyjj-title {
		font-size: 0.32rem;
		margin-bottom: 0.15rem;
	}

	.index-qyjj-text {
		font-size: 0.28rem;
		line-height: 1.65;
		height: auto;
	}

	.index-qyjj-btn {
		margin-top: 0.3rem;
		width: 2.2rem;
		height: 0.65rem;
		border-radius: 0.65rem;
		line-height: 0.6rem;
		font-size: 0.28rem;
	}

	.index-qyjj-box {
		margin-bottom: 0.15rem;
		box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.1);
	}

	.index-qyjj-foot {
		margin-bottom: 0.15rem;
	}

	.index-qyjj-item {
		width: 2rem;
		height: 1.5rem;
		margin-right: 25px;
		margin-bottom: 0.25rem;
	}

	.index-qyjj-item:nth-child(3n) {
		margin-right: 0;
	}

	.index-qyjj-item img {
		width: 0.8rem;
		top: 0.15rem;
	}

	.index-qyjj-item .p {
		bottom: 0;
		padding: 0 0.15rem;
		font-size: 0.28rem;
	}

	.index-new-top {
		padding: 0.25rem 0 0.15rem;
	}

	.index-new-left {
		font-size: 0.36rem;
	}

	.index-new-left span {
		font-size: 0.28rem;
	}

	.index-new-right {
		font-size: 0.28rem;
		margin-top: 0.06rem;
	}

	.index-new-item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.index-new-item:nth-child(2n) {
		float: right;
	}

	.index-new-list {
		margin-bottom: 0.15rem;
		margin-top: 0.15rem;
	}

	.index-new-img {
		height: 2.4rem;
		margin-bottom: 0.15rem;
	}

	.index-new-title {
		font-size: 0.3rem;
		line-height: 1.65;
		height: 1rem;
	}

	.index-new-foot {
		font-size: 0.28rem;
		padding: 0.1rem 0 0.15rem;
		border-bottom: 1px solid #e5e5e5;
	}

	.index-foot-right,
	.index-foot-left {
		display: none;
	}

	.index-foot>.margin-c {
		padding-bottom: 0;
	}

	.index-foot-foot {
		border-top: 1px solid #348FF9;
		font-size: 0.28rem;
		padding: 0.25rem 0.15rem;
	}

	.inner-banner {
		width: 100%;
		margin-top: 1rem;
		height: 4rem;
	}

	.inner-banner>img {
		height: 100%;
		object-fit: cover;
	}

	.inner-banner-title {
		font-size: 0.48rem;
		top: 1.4rem;
	}

	.inner-banner-title-e {
		font-size: 0.36rem;
		top: 2.2rem;
	}

	.dddwww {
		font-size: 0.28rem;
		line-height: inherit;
		padding: 0.25rem 0;
	}

	.dddwww a {
		font-size: 0.28rem;
	}

	.index-left {
		display: none;
	}

	.innerColumn {
		height: 0.95rem;
		background: #f6f6f6;
		position: relative;
	}

	.innerColumn .back {
		float: left;
		padding: 0 0.25rem;
		font-size: 0;
		line-height: 0.95rem;
	}

	.innerColumn .back img {
		width: 0.44rem;
	}

	.innerColumn p {
		font-size: 0.36rem;
		color: #333333;
		line-height: 0.95rem;
		float: left;
		position: absolute;
		left: 1rem;
		right: 1rem;
		text-align: center;
	}

	.innerColumn em {
		float: right;
		line-height: 0.95rem;
		padding: 0 0.25rem;
	}

	.innerColumn em img {
		width: 0.47rem;
	}

	.innerColumn .innerColumn-list {
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		background: #fff;
		top: 0.95rem;
		padding: 0.1rem 0.25rem;
		z-index: 99;
		box-shadow: 0rem 0.04rem 0.06rem 0.04rem #dedede;
		display: none;
	}

	.innerColumn .innerColumn-list li {
		float: left;
		width: 50%;
		text-align: center;
	}

	.innerColumn .innerColumn-list li a {
		display: block;
		font-size: 0.3rem;
		color: #666;
		line-height: 0.6rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 0.25rem 0 0;
	}

	.innerColumn .innerColumn-list.jszl-nav>ul>li {
		width: 100%;
		border-bottom: 1px solid #ddd;
	}

	.innerColumn .innerColumn-list.jszl-nav>ul>li:nth-last-child(1) {
		border: none;
	}

	.innerColumn .innerColumn-list.jszl-nav>ul>li>a {
		font-size: 0.3rem;
		color: #000;
		line-height: 0.8rem;
	}

	.innerColumn .innerColumn-list.jszl-nav ul li a {
		text-align: left;
		font-size: 0.28rem;
	}

	.innerColumn .innerColumn-list.jszl-nav>ul>li>ul>li {
		padding-left: 0.2rem;
	}

	.innerColumn .innerColumn-list.jszl-nav li {
		width: 100%;
		box-sizing: border-box;
	}

	.innerColumn .innerColumn-list.jszl-nav {
		max-height: 6rem;
		background: #fff;
		overflow-y: auto;
	}

	.innerColumn .innerColumn-list.jszl-nav>ul>li>ul>li>ul>li {
		padding-left: 0.4rem;
	}

	.right-box {
		width: 100%;
		margin-bottom: 0.25rem;
	}

	.index-right-top {
		border-bottom: 1px solid #e8e8e8;
		line-height: 1rem;
		font-size: 0.32rem;
		margin-bottom: 0.25rem;
	}

	.fuwenben {
		font-size: 0.28rem;
		line-height: 1.7;
		padding-bottom: 0.25rem;
	}

	.qyry-item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.qyry-item:nth-child(2n) {
		float: right;
	}

	.qyry-item-img {
		height: 2.6rem;
	}

	.qyry-item p {
		font-size: 0.32rem;
		margin: 0.15rem 0 0 0;
	}

	.layui-laypage {
		margin-bottom: 0.25rem !important;
	}

	.bigimg {
		max-width: 90vw;
		max-height: 80vw;
	}

	.new-list {
		overflow: hidden;
		margin-bottom: 0.25rem;
	}

	.new-item {
		padding: 0;
		margin-bottom: 0.25rem;
		width: 48%;
		float: left;
		border-bottom: 0;
	}

	.new-item:nth-child(2n) {
		float: right;
	}

	.new-item-img {
		width: 100%;
		height: 2.4rem;
		margin-right: 0;
	}

	.new-item-info {
		width: 100%;
	}

	.new-item-rq {
		display: none;
	}

	.new-item-title {
		font-size: 0.32rem;
		margin: 0.15rem 0;
	}

	.new-item-text {
		font-size: 0.28rem;
	}

	.zczx-info-title {
		font-size: 0.32rem;
		padding-bottom: 0.15rem;
		margin-top: 0.2rem;
	}

	.zczx-info-text {
		font-size: 0.28rem;
		padding-bottom: 0.15rem;
		margin-bottom: 0.15rem;
	}

	.zp-content .th .tr:first-child {
		text-align: left;
		padding-left: 0.25rem;
	}

	.zp-content .th .tr {
		font-size: 0.28rem;
		width: calc(100% / 4);
		height: 1rem;
		line-height: 1rem;
	}

	.zp-content .th .tr:nth-last-child(1),
	.zp-content .th .tr:nth-last-child(2) {
		display: none;
	}

	.zp-content .th .td:nth-last-child(1),
	.zp-content .th .td:nth-last-child(2) {
		display: none;
	}

	.zp-content .th .td:first-child {
		text-align: left;
		padding-left: 0.25rem;
	}

	.zp-content .th .td {
		font-size: 0.28rem;
		width: calc(100% / 4);
		padding: 0.2rem 0.1rem;
	}

	.zp-content .th .content {
		padding: 0.25rem;
	}

	.zp-content .th .content .fuwenben {
		font-size: 0.28rem;
		line-height: 1.7;
		padding-bottom: 0.25rem;
	}

	.zp-btn {
		width: 2.3rem;
		height: 0.65rem;
		border-radius: 0.65rem;
		line-height: 0.6rem;
		font-size: 0.3rem;
		margin: 0 auto;
	}

	.innerJobDetails-form-list {
		width: 7rem;
		height: 7.5rem;
		border-radius: 0.2rem;
		padding: 0.25rem;
	}

	.innerJobDetails-form-list h3 {
		margin-bottom: 0.25rem;
		font-size: 0.46rem;
	}

	.innerJobDetails-form-list img {
		right: 0.25rem;
		top: -1rem;
	}

	.innerJobDetails-form-list form>div {
		margin: 0;
		height: auto;
	}

	.innerJobDetails-form-list form>div::after {
		content: "";
		display: block;
		clear: both;
	}

	.innerJobDetails-form-list form>div span {
		line-height: 0.65rem;
		font-size: 0.32rem;
		margin-bottom: 0.15rem;
	}

	.innerJobDetails-form-list form>div input {
		height: 0.7rem;
		line-height: 0.7rem;
		width: 100%;
		padding: 0 0.2rem;
		box-sizing: border-box;
		font-size: 0.28rem;
	}

	.innerJobDetails-form-list form>div .layui-form-select {
		width: 100%;
	}

	.innerJobDetails-form-list .layui-form-select dl dd {
		font-size: 0.28rem;
	}

	.innerJobDetails-form-list form>div .layui-form-select .layui-input {
		padding: 0 0.2rem;
	}

	.innerJobDetails-form-list .singUploader .webuploader-pick {
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
	}

	.innerJobDetails-form-list .singUploader {
		width: 100%;
	}

	.innerJobDetails-form-list .singUploader,
	.innerJobDetails-form-list .webuploader-container {
		height: 0.8rem;
	}

	.layui-layer-btn a {
		font-size: 0.28rem;
	}

	.singUploader .fileInfo {
		line-height: 0.8rem;
		width: 60%;
	}

	.singUploader a,
	.muchUploader a {
		display: inline-block;
		max-width: 90%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.innerJobDetails-form-list .layui-btn {
		width: 100%;
		height: 0.8rem;
		border-radius: 0.1rem;
		margin-top: 0.32rem;
		font-size: 0.32rem;
		line-height: 0.8rem;
	}

	.zl-text {
		font-size: 0.28rem;
		line-height: 1.7;
		margin-bottom: 0.25rem;
	}

	.jszl-item {
		margin-bottom: 0.25rem;
		height: 1.6rem;
		padding: 0 0.15rem;
	}

	.jszl-item-img {
		width: 0.8rem;
		height: 0.8rem;
		margin-right: 0.2rem;
		margin-top: 0.4rem;
	}

	.jszl-item-info {
		width: 60%;
	}

	.jszl-item-title {
		margin-top: 0.3rem;
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
	}

	.jszl-item-text {
		font-size: 0.28rem;
	}

	.jszl-item-btn {
		margin-top: 0.5rem;
		width: 20%;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.28rem;
		transition: 0.4s;
		border-radius: 0.06rem;
	}

	.product-item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.product-item:nth-child(2n) {
		float: right;
	}

	.product-item-img {
		height: 2.6rem;
	}

	.product-item-title {
		font-size: 0.32rem;
		margin: 0.15rem 0.25rem;
		height: 1.04rem;
	}

	.product-item-title {
		font-size: 0.32rem;
		line-height: inherit;
		margin: 0.15rem 0.25rem;
		height: 0.96rem;
	}

	.product-item-btn {
		display: none;
	}

	.product-top {
		padding: 0.25rem;
	}

	.product-lb {
		width: 100%;
		height: 5.1rem;
	}

	.product-right {
		width: 100%;
		min-height: initial;
	}

	.product-title {
		font-size: 0.36rem;
		padding: 0.15rem 0;
		margin-bottom: 0.15rem;
	}

	.product-text {
		font-size: 0.3rem;
		margin-bottom: 0.1rem;
	}

	.product-zxrx {
		font-size: 0.32rem;
		margin-bottom: 0;
	}

	.product-zxrx span {
		font-size: initial;
	}

	.product-btn {
		display: none;
	}

	.product-info {
		padding: 0 0.25rem;
		margin-top: 0.25rem;
	}

	.product-info-title {
		height: 1rem;
		line-height: 1rem;
		font-size: 0.36rem;
		margin-bottom: 0.25rem;
	}

	.product-tj {
		display: none;
	}

	.lxwm-top {
		font-size: 0.36rem;
		margin-bottom: 0.2rem;
	}

	.lxwm-title {
		padding-left: 0.2rem;
		font-size: 0.32rem;
	}

	.lxwm-text {
		padding-left: 0.2rem;
		margin: 0.15rem 0 0.2rem;
		color: #333333;
		font-size: 0.32rem;
	}

	.lxwm-text span {
		display: block;
	}











}